TSR program - translation to spanish
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

TSR program - translation to spanish

COMPUTER PROGRAM THAT USES A SYSTEM CALL TO RETURN CONTROL TO THE OS, AS THOUGH THE PROGRAM HAS QUIT, BUT STAYS RESIDENT IN MEMORY SO IT CAN BE REACTIVATED BY A HARDWARE OR SOFTWARE INTERRUPT, IN ORDER TO WORK AROUND THE OS’S LACK OF MULTITASKING
TSR (computing); Terminate and stay resident; Terminate-and-Stay-Resident program; Terminate-and-Stay Resident Program; RAM resident; Memory resident; TSR program; Terminate-and-stay resident; Terminate-and-Stay-Resident; Terminate & Stay Resident; TSR file viruses; Terminate-and-Stay-Resident Program; Alternate Multiplex Interrupt Specification; Terminate and Stay Resident; Terminate and stay resident program; Terminate-and-stay-resident; Alternate multiplex interrupt specification; IBM Interrupt Sharing Protocol; IBM interrupt sharing protocol; Interrupt Sharing Protocol; Interrupt sharing protocol; Memory-resident program

TSR program         
Programa situado en la memoria, Programa ubicado en la memoria del computador que se puede operar presionando una combinación de teclados
Memory resident         
Residente en memoria
Terminate and Stay Resident         
Programa que reside en la memoria, Programa que se encuentra en la memoria de la computadora y se puede operar presionando una combinación de teclas, TSR

Definition

programa
programa (del lat. "programma", del gr. "prógramma")
1 m. Exposición del *plan de distribución y orden de las partes que han de constituir un trabajo, una fiesta, una enseñanza, etc.: "Programa del congreso [de los festejos de San Isidro, de la conferencia, de la asignatura de química]". Particularmente, de un espectáculo y en especial, de una sesión de *cine, *radio, o *televisión: "En el cine hay hoy un buen programa". Cuestionario, guión, planning. *Plan. Proyecto de gobierno de un partido político.
2 Conjunto de instrucciones que se introducen en una máquina, herramienta, un aparato automático o un ordenador para que realice determinadas operaciones.
Programa continuo. Sesión continua: proyección de las películas que componen el programa de una sala de cine sin separación en sesiones.

Wikipedia

Terminate-and-stay-resident program

A terminate-and-stay-resident program (commonly TSR) is a computer program running under DOS that uses a system call to return control to DOS as though it has finished, but remains in computer memory so it can be reactivated later. This technique partially overcame DOS's limitation of executing only one program, or task, at a time. TSRs are used only in DOS, not in Windows.

Some TSRs are utility software that a computer user might call up several times a day, while working in another program, using a hotkey. Borland Sidekick was an early and popular example of this type. Others serve as device drivers for hardware that the operating system does not directly support.